home *** CD-ROM | disk | FTP | other *** search
- desc1 = _root.images[0].desc;
- desc2 = _root.images[1].desc;
- desc3 = _root.images[2].desc;
- desc4 = _root.images[3].desc;
- i = 0;
- while(i < images.length)
- {
- j = 1;
- while(j <= 5)
- {
- _root.thumbnails["tp" + j].plashka.createEmptyMovieClip("th" + i,i);
- _root.thumbnails["tp" + j].plashka["th" + i].loadMovie(_root.images[i].thm);
- _root.thumbnails["tp" + j].plashka["th" + i]._x = -47;
- _root.thumbnails["tp" + j].plashka["th" + i]._y = -75;
- j++;
- }
- i++;
- }
-